From e032c83822d98cc831d019f29f4f8f4afc2a9131 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Wed, 29 Jun 2016 15:19:42 +0200 Subject: [PATCH] wayland: remove unneeded statement seat->pointer_info.focus is already set to NULL 2 lines above, no need to repeat it there. --- gdk/wayland/gdkdevice-wayland.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c index 32f57a2ca5..c61fb7d294 100644 --- a/gdk/wayland/gdkdevice-wayland.c +++ b/gdk/wayland/gdkdevice-wayland.c @@ -1317,8 +1317,6 @@ pointer_handle_leave (void *data, if (seat->cursor) gdk_wayland_pointer_stop_cursor_animation (&seat->pointer_info); - seat->pointer_info.focus = NULL; - if (display_wayland->seat_version < WL_POINTER_HAS_FRAME) gdk_wayland_seat_flush_frame_event (seat); } -- 2.30.2